home *** CD-ROM | disk | FTP | other *** search
/ BBS in a Box 7 / BBS in a Box - Macintosh - Volume VII (BBS in a Box) (January 1993).iso / Files / Hyper / News Stacks / August'90AMUG News™.cpt / August'90AMUG News™ / card_7467.txt < prev    next >
Text File  |  1990-08-18  |  3KB  |  106 lines

  1. -- card: 7467 from stack: in
  2. -- bmap block id: 0
  3. -- flags: 0000
  4. -- background id: 3780
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on CloseCard
  8.   push cd
  9. end CloseCard
  10.  
  11.  
  12. -- part 2 (button)
  13. -- low flags: 00
  14. -- high flags: 0000
  15. -- rect: left=85 top=39 right=61 bottom=125
  16. -- title width / last selected line: 0
  17. -- icon id / first selected line: 21001 / 21001
  18. -- text alignment: 1
  19. -- font id: 0
  20. -- text size: 12
  21. -- style flags: 0
  22. -- line height: 16
  23. -- part name: 
  24. ----- HyperTalk script -----
  25. on mouseDown
  26.   set icon of me to "EyeClose"
  27. end mouseDown
  28.  
  29. on mouseUp
  30.   set icon of me to "EyeOpen"
  31.   dispPict "Mouse1"
  32. end mouseUp
  33.  
  34.  
  35.  
  36.  
  37. -- part 3 (button)
  38. -- low flags: 00
  39. -- high flags: 0000
  40. -- rect: left=140 top=169 right=191 bottom=180
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 21001 / 21001
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: 
  49. ----- HyperTalk script -----
  50. on mouseDown
  51.   set icon of me to "EyeClose"
  52. end mouseDown
  53.  
  54. on mouseUp
  55.   set icon of me to "EyeOpen"
  56.   dispPict "Mouse2"
  57. end mouseUp
  58.  
  59.  
  60.  
  61.  
  62. -- part 4 (button)
  63. -- low flags: 00
  64. -- high flags: 0000
  65. -- rect: left=153 top=287 right=309 bottom=193
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 21001 / 21001
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: 
  74. ----- HyperTalk script -----
  75. on mouseDown
  76.   set icon of me to "EyeClose"
  77. end mouseDown
  78.  
  79. on mouseUp
  80.   set icon of me to "EyeOpen"
  81.   dispPict "Mouse3"
  82. end mouseUp
  83.  
  84.  
  85.  
  86.  
  87. -- part contents for background part 2
  88. ----- text -----
  89. 16
  90.  
  91. -- part contents for background part 8
  92. ----- text -----
  93. ....................................By Dorothy McKay
  94.  
  95. -- part contents for background part 9
  96. ----- text -----
  97. Dear Dr. Mouse
  98.  
  99. -- part contents for background part 1
  100. ----- text -----
  101. in this letter.            Fonts (or type styles) also come in different sizes which are called points. Points is the way in which printers (humans, not the machine) (BC or before personal computers) would calculate how large the type would be or how much space would be taken up by a certain type face. Sometimes the point size is indicated under the fonts menu; sometimes under a different menu classification called STYLE or Font Size. (Figure 2) If the point size is outlined (as this, 12), then it is available to you for a particular font. If the point size is not outlined (as this, 12), it is not available to you. In other words, the size of the font that you want to use as well as the font itself must be in the System file. If the correct size is not in the System, the font will look very strange. Example, Times in 12 point, Times in 10 point.
  102.  
  103. In addition to the size of the font, you can also select different styles. These are selected again under menu items that read FONT or STYLE.  Style means that you can boldface, italicize, underline, oultline, shadow etc. various letters,words, paragraphs, etc. It is also possible to combine variious styles, as bold, italic .  DA stands for Desk Accessory. DA's are small (usually --- some are getting quite large now) applications that you can use along with another open application. For example, right now I am using the application Word. If I want to calculate  something, I can open the desk accessory 
  104. Calculator while still  leaving Word open, do my calculations 
  105. and then go back to Word.
  106.